Skip to main content

Pauser

The Pauser class represents a step in a workflow where the flow is paused, with timeout options and event handling.

Properties

NameDescription
KeyA unique identifier for the workflow step.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
TypeCodeThe type code associated with the flow object.
TimeoutHourThe timeout hour in the timeout options.
TimeoutDurationThe timeout duration in the timeout options.
TimeoutOptionsThe timeout options associated with the pauser.
TimeoutDayThe timeout day in the timeout options.
NameName for the workflow step.
CalculateUsingWorkingHoursIndicates whether working hours should be considered in the timeout calculation.
EventsThe list of events associated with the pauser.
TimeoutMinuteThe timeout minute in the timeout options.
ShowInFlowHistorySpecifies whether the pauser should be shown in the flow history.
CalculateUsingHolidaysIndicates whether holidays should be considered in the timeout calculation.
CaptionThe caption dictionary representing localized captions for the flow object.

Constructors

NameDescription
Pauser(name, workflowData, workflowCodeInstance)Constructor for the Pauser class. Initializes a new instance of the Pauser class.
Pauser(name, workflowData, workflowCodeInstance)Constructor for the Pauser class. Initializes a new instance of the Pauser class.

Methods

NameDescription
Initialize()Initializes the pauser. This method is an implementation of the abstract Initialize method from the base class.
SendRequestTimedOutWebNotification(userInfo, requestItem)#import (Bimser.CSP.Workflow.Api.Steps.FlowGroup.SendRequestTimedOutWebNotification(UserInfo,ProcessRequestItem)) (shortDescription)

Events

NameDescription
OnBeforeEvent(sender, args)Occurs after the execution of the workflow step.
OnBeforeExecution(sender, args)Occurs before the execution of the workflow step.
OnAfterEvent(sender, args)Occurs after the execution of the workflow step.
OnAfterExecution(sender, args)Occurs after the execution of the workflow step.

Generic Types

NameDescription
TPropertiesGeneric type of properties.